@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

/*************************
*******Typography******
**************************/

body {
    background: #fff;
    font-family: "微软雅黑", 'Open Sans', sans-serif;
    color: #4e4e4e;
    line-height: 18px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul,
li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "微软雅黑";
    color: #4e4e4e;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

a {
    color: #4c4c4c;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
    color: #d43133;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

img {
    height: auto;
    vertical-align: top;
}

.btn-primary {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #c52d2f;
    outline: none;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

body>section {
    padding: 60px 0;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/*************************
*******Header******
**************************/

#header {
    border-bottom: 3px solid #cf000e;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
    padding: 5px 0;
}

.navbar-nav {
    margin-top: 25px;
}

.navbar-nav>li {
    margin-left: 15px;
    padding-bottom: 15px;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 5px 15px;
    margin: 0;
    border-radius: 2px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    display: inline-block;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #cf000e;
    color: #fff;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #cf000e;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, .85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 8px 15px;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a {
    background-color: #c52d2f;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/

#main-slider {
    position: relative;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#main-slider .carousel .carousel-content {
    margin-top: 150px;
    font-size: 40px;
}

#main-slider .carousel span {
    color: #cf000e;
    display: block;
    height: 80px;
    text-align: center;
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 593px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
}

#main-slider .carousel-indicators li:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFF;
    left: -3px;
    top: -3px;
}

#main-slider .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #c52d2f;
    margin: 0 15px 0 0;
    border: 1px solid #c52d2f;
    position: relative;
}

#main-slider .carousel-indicators .active:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #c52d2f;
    border: 1px solid #c52d2f;
    left: -3px;
    top: -3px;
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}


/*******/

#services {
    background: #000 url(../images/services/bg_services.png);
    background-size: cover;
}

#services .lead,
#services h2 {
    color: #fff;
}

.services-wrap {
    padding: 40px 30px;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
}

.services-wrap h3 {
    font-size: 20px;
    margin: 10px 0;
}

.services-wrap .pull-left {
    margin-right: 20px;
}

#middle {
    background: #f2f2f2;
}

.skill h2 {
    margin-bottom: 25px;
}

.progress-wrap {
    position: relative;
}

.progress .color1,
.progress .color1 .bar-width {
    background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width {
    background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width {
    background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width {
    background: #db3615;
}

.progress,
.progress-bar {
    height: 15px;
    line-height: 15px;
    background: #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    text-align: right;
}

.progress {
    position: relative;
}

.progress .bar-width {
    position: absolute;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    top: -30px;
    border-radius: 2px;
    margin-left: -30px;
}

.progress span {
    position: relative;
}

.progress span:before {
    content: " ";
    position: absolute;
    width: auto;
    height: auto;
    border-width: 8px 5px;
    border-style: solid;
    bottom: -15px;
    right: 8px;
}

.progress .color1 span:before {
    border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before {
    border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before {
    border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before {
    border-color: #db3615 transparent transparent transparent;
}

.accordion h2 {
    margin-bottom: 25px;
}

.panel-default {
    border-color: transparent;
}

.panel-default>.panel-heading,
.panel {
    background-color: #e6e6e6;
    border: 0 none;
    box-shadow: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    background: #fff;
    color: #858586;
}

.panel-body {
    padding: 20px 20px 10px;
}

.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
}

.panel-title>a {
    color: #4e4e4e;
}

.accordion-inner img {
    border-radius: 4px;
}

.accordion-inner h4 {
    margin-top: 0;
}

.panel-heading.active {
    background: #1f1f20;
}

.panel-heading.active .panel-title>a {
    color: #fff;
}

a.accordion-toggle i {
    width: 45px;
    line-height: 44px;
    font-size: 20px;
    margin-top: -10px;
    text-align: center;
    margin-right: -15px;
    background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i {
    background: #c52d2f;
    color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
    background: #c52d2f;
    color: #fff;
}

.nav-tabs>li {
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.nav-tabs {
    border-bottom: transparent;
    border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
    background: #f5f5f5;
    color: #666;
    border-radius: 0;
    border: 0 none;
    line-height: 24px;
    margin-right: 0;
    padding: 13px 15px;
}

.nav-tabs li:last-child {
    border-bottom: 0 none;
}

.nav-stacked>li+li {
    margin-top: 0;
}

.nav-tabs>li>a:hover {
    background: #1f1f20;
    color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0;
    color: #fff;
    background: #1f1f20;
    position: relative;
}

.nav-tabs>li.active>a:after {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    border-style: solid;
    border-color: transparent transparent transparent #1f1f20;
    border-width: 25px 18px;
    right: -44px;
    top: 0;
}

.tab-wrap {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.tab-content {
    padding: 20px;
}

.tab-content h2 {
    margin-top: 0;
}

.tab-content img {
    border-radius: 4px;
}

.testimonial h2 {
    margin-top: 0;
}

.testimonial-inner {
    color: #858586;
    font-size: 14px;
}

.testimonial-inner .pull-left {
    border-right: 1px solid #e7e7e7;
    padding-right: 15px;
    position: relative;
}

.testimonial-inner .pull-left:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -5px;
    background: #FFF;
    -webkit-transform: rotate(45deg);
    border: 1px solid #e7e7e7;
    right: -5px;
    border-left: 0 none;
    border-bottom: 0 none;
}

.parBd {
    overflow: hidden;
}


/*********/

#partner {
    background: url(../images/bg5.jpg) bottom center no-repeat;
    width: 100%;
    float: left;
    background-size: cover;
    padding: 30px 0 100px;
}

.partners {
    width: 100%;
    text-align: center;
    float: left;
    margin: 20px 0 50px;
}

.partners .slideBox {
    position: relative;
    width: 100%;
    float: left;
}

.partners .parBd .tempWrap {
    float: left;
}

.partners .parBd ul li {
    width: 20%;
    display: block;
    float: left;
    text-align: center;
}

.partners .parBd ul li i {
    width: 100%;
    margin: 0 5px;
    display: block;
}


/***********************
********* Footer ******
************************/

#bottom {
    background: #3b3f4a;
    color: #aaabae;
    font-size: 14px;
    float: left;
    width: 100%;
}

#bottom ul li a {
    display: block;
    color: #aaabae;
}

#bottom ul li a:hover {
    color: #c52d2f;
}

#bottom ul {
    display: block;
    float: left;
    width: 85%;
    line-height: 30px;
}

#bottom ul li {
    display: block;
    float: left;
    width: 11%;
    min-height: 180px;
    border-right: 1px solid #272a34;
    margin-right: 20px;
    box-shadow: 1px 0px 0px #4e5362;
    padding-top: 10px;
 
    /*水平阴影、垂直阴影、模糊距离，以及阴影的颜色*/
}

#bottom ul li:last-child {
    border-right: 0;
    box-shadow: none;
    width: 30%;
    margin-right: 0;
}

#bottom ul li span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: normal;
}

#bottom .fr {
    float: left;
    text-align: right;
}

#bottom .fr img {
    float: right;
    width: 89px;
    height: 89px;
}

#bottom .fr p {
    display: block;
    float: right;
    padding-right: 10px;
    padding-top: 3px;
    font-size: 16px;
}

#footer {
    padding: 20px 0;
    color: #aaabae;
    background: #2c2f38;
    float: left;
    width: 100%;
}

#footer a {
    color: #aaabae;
}

#footer a:hover {
    color: #c52d2f;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul>li {
    display: inline-block;
    margin-left: 15px;
}

.new_title {
    width: 100%;
    float: left;
    height: auto;
    margin: 20px 0 10px;
    text-align: center;
    padding: 0 10px;
}

.news_title h2 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    margin: 0;
    width: 100%;
    text-align: center;
}

.news_title p {
    color: #b3b3b3;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    border-bottom: 1px dashed #c1c1c1;
    width: 100%;
    text-align: center;
    text-align: justify;
}

.content p img {
    vertical-align: middle;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title {
    background: #fff;
    width: 100%;
    float: left;
}

.title span {
    margin: 20px 0 20px 50px;
    width: 92%;
    color: #666;
    display: block;
    float: left;
}

.p_title {
    width: 100%;
    float: left;
    margin: 20px 0;
    text-align: center;
}

.p_title h2 {
    font-size: 34px;
    font-weight: 400;
    background: url(../images/line.png) center bottom no-repeat;
    padding-bottom: 15px;
}

.p_title p {
    line-height: 40px;
    color: #d3d3d3;
    font-size: 24px;
}

a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
}

img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

img.zoom-img:hover {
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    overflow: hidden;
}


/*****/

.mokuai {
    width: 100%;
    height: 80px;
    margin-top: 20px;
    float: left;
}

.mokuai ul {
    width: 100%;
    float: left;
}

.mokuai ul li {
    height: 60px;
    width: 1000px;
    float: left;
    color: #fff;
    margin-top: 10px;
}

.mokuai ul li a {
    display: block;
    color: #fff;
    width: 100%;
    font-size: 14px;
    line-height: 56px;
    border: 2px solid #e78075;
    padding-left:
}

.mokuai ul li a.fm {
    margin-left: 6%;
}

.mokuai ul li a:hover {
    background: #af1d0e;
}

.huadong {
    width: 100%;
    height: 60px;
    padding: 0.5rem 0 0.3rem 0;
    border: 2px solid #e78075;
    margin-top: 10px;
}

.huadong .huabox {
    margin: 0 auto;
    width: 90%;
    line-height: 4rem;
}

.huadong .hdimg {
    float: left;
    line-height: 3.5rem;
}

.huadong .hdimg img {
    width: 100%;
    vertical-align: middle;
}

.huadong h5 {
    font-size: 16px;
    float: left;
    line-height: 2.5rem;
    margin: 0.8rem 0.8rem 0 0;
    color: #FFF;
}

.huadong .gg_more {
    float: left;
}

.huadong .gg_more a {
    font-size: 14px;
    text-decoration: none;
}

.huadong .notice_active {
    color: #FFF;
    float: left;
    width: 55%;
    height: 4rem;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.huadong .notice_active li {
    list-style-type: none;
    line-height: 2.4rem;
    overflow: hidden;
    color: #FFF;
}


/*.huadong .notice_active li.notice_active_ch {}*/

.huadong .notice_active li.notice_active_ch span {
    color: #FFF;
    font-size: 14px;
    display: block;
    overflow: hidden;
    width: 80%;
    float: left;
    overflow: hidden;
    margin: 0 0 2rem 0;
}

.huadong .gg_more .news_ck {
    float: left;
    margin: 0 1rem 0 1rem;
    color: #fff;
    width: 8rem;
    height: 25px;
    line-height: 25px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 0.7rem;
    font-size: 12px;
    margin-top: 12px;
}

.huadong .gg_more .news_more {}

.huadong .notice_active li.notice_active_ch em {
    text-align: right;
    float: right;
    color: #FFF;
    font-size: 0.8rem;
    font-style: normal;
}


/* 首页 关于我们 */

.g_zj {
    width: 100%;
    float: left;
    padding: 60px 0 0 0;
    background: url(../images/bg1.jpg) no-repeat;
    border-bottom: 3px solid #da392a;
    height: 440px;
}

.g_zj .u_dlst1 {
    height: 300px;
}

.g_zj .u_dlst1 dt {
    width: 488px;
    float: left;
    padding-left: 40px;
    margin-top: 20px;
}

.g_zj .u_dlst1 dt img {}

.g_zj .u_dlst1 dd {
    float: left;
    width: 643px;
    background: #FFF;
    box-shadow: 0px 1px 5px 1px #d4d4d4;
    padding: 20px;
}

.g_zj .u_dlst1 h4 {
    height: 50px;
    line-height: 30px;
    font-size: 24px;
    overflow: hidden;
    font-weight: 400;
    padding-bottom: 3px;
    color: #b2b2b2;
}

.g_zj .u_dlst1 h4 b {
    color: #cf000e;
    padding-right: 10px;
    font-size: 26px;
}

.g_zj .u_dlst1 p {
    color: #666;
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}

.g_zj .u_dlst1 dd a {
    background: #b9b9b9;
    color: #fff;
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 15px;
    text-indent: 0;
}


/*--首页 项目展示--*/

.g_xm {
    width: 100%;
    padding: 20px 0 0 0;
    float: left;
    background: #f9f9f9 url(../images/bg4.png) bottom center no-repeat;
}

.g_xm .g_xm_top {
    padding: 0 100px;
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.g_xm ul {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 60px;
}

.g_xm ul li {
    width: 25%;
    padding: 0 10px;
    display: block;
    float: left;
}

.g_xm ul li div {
    background: #fff;
}

.g_xm ul li div:hover {
    box-shadow: 0px 1px 5px 1px #d4d4d4;
    /*水平阴影、垂直阴影、模糊距离，以及阴影的颜色*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.g_xm ul li div p {
    display: block;
    padding: 10px 0;
}

.g_xm ul li div p.dd {
    line-height: 24px;
    display: block;
    padding: 5px 15px;
    height: 80px;
    overflow: hidden;
}

.g_xm ul li a {
    display: block;
    overflow: hidden;
    color: #666;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.g_xm ul li a:hover {
    color: #333;
}

.g_xm ul li img {
    width: 100%;
    height: 182px height: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.g_xm ul li a:hover {
    background-color: transparent;
}

.sPrev,
.sNext {
    display: block;
    width: 50px;
    top: 0;
    height: 100%;
    z-index: 999;
    position: absolute;
}

.sPrev {
    left: -100px;
    background: url(../images/left.png) center center no-repeat;
}

.sNext {
    right: -100px;
    background: url(../images/right.png) center center no-repeat;
}

.slideGroup .parBd .tempWrap {
    float: left;
}


/* 首页 投资领域 */

.g_zs {
    width: 100%;
    padding: 60px 0 60px;
    float: left;
    background: url(../images/bg2.jpg) top center no-repeat;
    background-size: cover;
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.center {
    text-align: center;
    padding-bottom: 30px;
}

.slideGroup {
    width: 100%;
    text-align: left;
}

.slideGroup .slideBox {
    position: relative;
    width: 100%;
    float: left;
}

.slideGroup .parBd ul li {
    float: left;
    _display: inline;
    text-align: center;
}

.slideGroup .parBd ul li {
    width: 25%;
    display: block;
    float: left;
}

.pic {
    position: relative;
    margin: 10px;
    background: #fff;
}

.pic span {
    display: block;
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.pic img {
    width: 100%;
}

.pic .recent-work-inner {
    background: transparent;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: 888;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    margin-bottom: 0;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.pic .overlay p {
    position: relative;
    z-index: 999;
    font-size: 16px;
    line-height: 30px;
}

.pic .overlay {
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: left;
    opacity: 0;
    border-radius: 0;
    color: #fff;
    vertical-align: middle;
    padding: 30px;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.pic .overlay .preview {
    bottom: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: #fff;
}

.pic:hover .overlay {
    opacity: 1;
}


/*--首页新闻--*/

.index_news {
    width: 100%;
    float: left;
    padding: 0 0 60px;
    background: #fff url(../images/bg4.png) bottom no-repeat;
}

.news_top {
    background: url(../images/bg3.png) center no-repeat;
    background-size: cover;
    height: 135px;
    font-size: 34px;
    padding: 40px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
}

.news_top p {
    color: #e88e88;
    font-size: 28px;
    padding-top: 15px;
}

.g_title {
    width: 100%;
    height: 50px;
    float: left;
    margin: 60px 0 30px;
}

.g_title span {
    padding: 0;
    font-weight: 400;
    font-size: 26px;
    display: inline-block;
    text-align: center;
    text-align: center;
}

.g_title span a {
    font-size: 14px;
    border: 1px solid #dcdcdc;
    padding: 10px 30px;
}

.g_title span a.now {
    background: #cf000e;
    border: 1px solid #cf000e;
    color: #fff;
}

.g_title span.link_line {
    width: 43%;
    height: 5px;
    font-size: 0;
    line-height: 5px;
    border-top: 1px solid #dcdcdc;
}

.news {
    width: 100%;
    float: left;
}

.news .parHd {
    width: 100%;
    margin: 60px 0 30px;
    background: url(../images/line1.png) center 10px no-repeat;
    float: left;
}

.news .parHd ul {
    width: 100%;
    height: 32px;
    display: block;
    float: left;
    text-align: center;
}

.news .parHd ul li {
    display: inline;
    margin: 0 10px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    padding: 10px 30px;
    background: #fff;
}

.news .parHd ul li.on {
    background: #cf000e;
    border: 1px solid #cf000e;
    color: #fff;
}

.news .parBd {
    zoom: 1;
    width: 100%;
}

.new_list {
    width: 100%%;
    float: left;
}

.new_list ul li {
    line-height: 35px;
    font-size: 14px;
    color: #404040;
    width: 25%;
    padding: 12px;
    float: left;
}

.new_list ul li div {
    background: #fff;
    border: 1px solid #d5d5d5;
    display: block;
    float: left;
    width: 100%;
}

.new_list ul li div.img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border: 0;
}

.new_list ul li img {
    width: 100%;
}

.new_list ul h3,
.new_list ul p,
.new_list ul span {
    padding: 0 15px;
}

.new_list ul li h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 10px !important;
    margin: 0;
}

.new_list ul h3 a {
    display: block;
    text-overflow: ellipsis;
    color: #666;
    width: 100%;
    float: left;
    overflow: hidden;
}

.new_list ul p {
    line-height: 24px;
    font-size: 14px;
    float: left;
    overflow: hidden;
    height: 50px;
    text-overflow: ellipsis;
    width: 100%;
    color: #9e9e9e;
    padding: 0 10px;
    margin: 0;
}

.new_list ul span {
    color: #9e9e9e;
    display: block;
    width: 100%;
    line-height: 35px;
    float: left;
    padding: 0 10px 15px;
}

.new_list ul span a {
    float: right;
    display: block;
    width: 40%;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
}


/*--合作伙伴--*/

.hezuo {
    width: 100%;
    min-height: 474px;
    float: left;
    padding: 20px 0 0;
    background: url(../images/bg5.jpg) bottom center no-repeat;
}

.hezuo1 {
    width: 100%;
    min-height: 474px;
    float: left;
    padding: 20px 0 100px;
}


#client ul {
    width: 100%;
    margin: 0px auto 70px;
    overflow: hidden;
}

#client ul li {
    float: left;
    width: 20%;
    display: block;
    text-align: center;
    padding: 15px 10px;
}

#client ul li i {
    background: #fff;
    display: block;
    padding: 5px 0;
    border: 1px solid #dedede;
    height: 75px;
    overflow: hidden;
}

#client ul li i:hover {
    box-shadow: 0px 1px 5px 1px #d4d4d4;
    /*水平阴影、垂直阴影、模糊距离，以及阴影的颜色*/
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

#client ul li i img {
    width: 90%;
}


/***index end***/


/******************
second public-left page css
******************/

.bg {
    width: 100%;
    background: #e9edf5;
}

.c_left {
    width: 19%;
    float: left;
    margin: 50px 0;
}

.c_left .left_menu {
    width: 100%;
    float: left;
    font-weight: normal;
    height: 72px;
    background: url(../images/product_left.png) right;
    text-align: center;
}

.c_left .left_menu a {
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
    float: left;
    text-align: center;
    width: 100%
}

.c_left .left_menu p {
    font-size: 12px;
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
}

.c_left ul {
    background: #f7f7f7;
    width: 100%;
    float: left;
    min-height: 100px;
    padding: 20px 0 30px;
}

.c_left ul li {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 1px 0px #fff;
}

.c_left ul li a {
    font-size: 16px;
    color: #333;
    text-align: center;
    display: block;
}

.c_left ul li a:hover {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    display: block;
    background: url(../images/liaBg.png) #ce0000;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.c_left ul li.aa {
    display: block;
    background: url(../images/liaBg.png) #ce0000;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.c_left ul li.aa a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
}

.c_right {
    float: right;
    width: 78%;
    height: auto;
    margin: 50px 0;
    min-height: 500px;
    background: #FFF;
    padding: 20px 20px;
}

.c_right .c_title {
    width: 100%;
    text-indent: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    border-bottom: 1px solid #c3c3c3;
}

.c_title h5 {
    float: left;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #ce0000;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    font-family: '微软雅黑', sans-serif;
}

.c_right .c_title span {
    float: right;
    font-size: 14px;
    color: #999;
}

.c_right .c_title span a {
    padding: 0 5px;
    color: #999;
}

.con_tent p {
    font-size: 16px;
    line-height: 35px;
    text-indent: 2em;
    margin-top: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.con_tent22 p {
    font-size: 16px;
    line-height: 35px;
    text-indent: 2em;
    margin-top: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.con_tent p img {
    border: 0px #dddddd solid;
    margin-right: 20px;
}

.con_tent p .fi {
    font-size: 16px;
    line-height: 36px;
    text-indent: none;
    margin-top: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    float: right;
}

.con_tent p.vcenter {
    font-size: 16px;
    line-height: 36px;
    text-indent: 0em;
    margin-top: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
    height: auto;
}

.videos {
    float: left;
    padding: 20px;
    width: 100%;
    margin: 20px 0 20px;
    background: #000;
}

.con_tent h4 {
    margin: 20px 0;
    padding-left: 20px;
    background: #d6201c;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    font-weight: 400;
    padding-bottom: 3px;
    color: #fff;
}

.con_tent h4.tt {
    margin-top: 0px;
    padding-left: 20px;
    background: #d6201c;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    font-weight: 400;
    padding-bottom: 3px;
    color: #fff;
}

.con_tent h4 b {
    color: #fff;
    padding-right: 10px;
    font-size: 18px;
}

.content {
    width: 100%;
    padding: 30px 10px;
    font-size: 16px;
    line-height: 40px;
}

.con_tent img {
    width: 100%;
}


/*企业文化*/

.cuture_01 {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.cuture_01 dl {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.cuture_01 dt {
    float: left;
}

.cuture_01 dd {
    float: left;
    width: 370px;
    padding-left: 20px;
    margin-top: 20PX;
}

.cuture_01 dd p {
    padding-top: 10px;
    line-height: 30px;
    font-size: 16px;
    color: #676161
}

.con_tent p.red {
    font-size: 16px;
    line-height: 25px;
}


/*.content img{ margin:30px 0 40px;}*/


/*人力资源*/

.recruitment {
    width: 100%;
    margin-top: 20px;
}

.recruitment ul li {
    float: left;
    width: 47%;
    margin-right: 2%;
    padding: 2%;
    height: auto;
    border: 2px solid #ececec;
    border-radius: 10px;
    margin-bottom: 20px;
}

.recruitment ul li:hover {
    border: 2px solid #dd6166;
}

.recruitment ul li h2 {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 10px;
}

.recruitment ul li h2 a {
    color: #2a2a2a;
    font-size: 18px;
    font-family: "微软雅黑";
    line-height: 25px;
    border-left: 5px solid #d53037;
    text-indent: 8px;
    display: block;
}

.recruitment ul li:hover h2 a {
    color: #d53037;
}

.recruitment ul li p {
    margin-bottom: 20px;
    text-indent: 0em;
    height: 25px;
    overflow: hidden;
}

.recruitment ul li p span {
    color: #7f7f7f;
    font-size: 14px;
    font-family: "微软雅黑";
}

.recruitment ul li .rec_txt {
    width: 100%;
    margin-bottom: 10px;
}

.recruitment ul li .rec_txt h3 {
    color: #282828;
    font-size: 17px;
    font-family: "微软雅黑";
    height: 30px;
}

.recruitment ul li .rec_txt p {
    line-height: 25px;
    height: 30px;
    overflow: hidden;
    color: #7f7f7f;
    font-size: 14px;
    font-family: "微软雅黑";
}

.recruitment ul li .rec_txt2 p {
    height: 25px;
    overflow: hidden;
}

.recruitment ul li a.btns {
    width: 118px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: right;
    margin-top: 15px;
    background: #d5d5d5;
    color: #343434;
    font-size: 14px;
    font-family: "微软雅黑";
}

.recruitment ul li:hover a.btns {
    background: #d53037;
    color: #fff;
}

.abb {
    border-bottom: 0px dashed #d8d7d7;
    line-height: 30px;
    width: 100%;
    padding-bottom: 20px;
}

@media(max-width:780px) {
    /*recruitment*/
    .recruitment ul li h2 a {
        font-size: 14px;
    }
    .recruitment ul li p span {
        font-size: 12px;
    }
    .recruitment ul li .rec_txt h3 {
        font-size: 14px;
    }
    .recruitment ul li .rec_txt p {
        font-size: 12px;
    }
}

@media(max-width:480px) {
    /*recruitment*/
    .recruitment ul {
        margin-right: 0%;
    }
    .recruitment ul li {
        width: 100%;
        margin-right: 0%;
        padding: 2%;
        height: auto;
    }
}

.dphone {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #333;
    padding: 20px 0;
}

.dphone dt {
    float: left;
    background: url(../images/phImg.png) no-repeat center;
    margin-left: 5px;
    width: 62px;
    height: 50px;
}

.dphone dd {
    margin-left: 66px;
    color: #fff;
    padding: 5px 13px;
    border-left: 1px dotted #5c5c5c;
}

.dphone dd span {
    font-size: 14px;
}

.dphone dd p {
    font-size: 18px;
    font-family: "Arial";
    font-weight: bold;
    color: #FFF;
}


/***分页***/

.page {
    font-size: 1.125em;
    margin: 20px 0 30px 0;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.page a {
    border: 1px solid #e1e1e1;
    color: #777;
    background: #f5f5f5;
    padding: 7px 13px;
    display: inline;
    margin: 0 8px;
    border-radius: 2px;
}

.page a:hover,
.page a.now {
    border: 1px solid #e95b5e;
    color: #fff;
    background: #e95b5e;
}


/******************
tuandui page css
******************/

.tuandui {
    width: 100%;
    float: left;
}

.tuandui li {
    width: 100%;
    display: block;
    float: left;
    margin: 20px 0;
}

.tuandui li .fl {
    display: block;
    width: 25%;
    min-height: 260px;
}

.tuandui li .fl img {
    width: 100%;
}

.tuandui li .fr {
    display: block;
    width: 74%;
    min-height: 260px;
    padding: 0 20px;
    background: #f1f3f7;
}

.tuandui li .fr h2 {
    font-size: 18px;
    color: #e11c20;
    display: block;
    width: 100%;
    float: left;
    margin: 30px 0 15px;
}

.tuandui li .fr h2 i {
    font-style: normal;
    font-size: 16px;
    color: #525252;
    padding: 0 20px;
}

.tuandui li .fr p {
    line-height: 24px;
    font-size: 13px;
}


/******************
wenhua page css
******************/

.wenhua {
    width: 100%;
    float: left;
}

.wenhua li {
    width: 100%;
    display: block;
    float: left;
    padding: 20px 0;
    background: #f1f3f7;
    margin: 20px 0;
}

.wenhua li .fl {
    display: block;
    width: 35%;
    min-height: 250px;
}

.wenhua li .fl img {
    width: 100%;
    padding-top: 20px;
}

.wenhua li .fr {
    display: block;
    width: 64%;
    min-height: 200px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
}

.wenhua li .fr p {
    font-size: 16px;
    line-height: 40px;
}


/******************
xiangmu page css
******************/

.promap {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.promap ul li {
    float: left;
    width: 48%;
    text-align: center;
}

.promap ul li a {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 36px;
}

.promap ul li.rr {
    float: right;
    width: 48%;
}

.anlie {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.anlie ul li {
    float: left;
    width: 31%;
    text-align: center;
    margin-right: 2%;
    border-bottom: 1px #dddddd solid;
    margin-bottom: 20px;
    padding: 10px;
}

.anlie ul li a {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 36px;
}

.xiangmu_top {
    display: block;
    float: left;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 32px;
}

.xiangmu {
    width: 100%;
    float: left;
}

.xiangmu li {
    width: 100%;
    display: block;
    float: left;
    margin: 15px 0;
}

.xiangmu li .fl {
    display: block;
    width: 23.5%;
}

.xiangmu li .fl img {
    width: 100%;
    height: 135px;
}

.xiangmu li .fr {
    display: block;
    width: 75%;
    min-height: 135px;
    padding: 0 20px;
    background: #f1f3f7;
}

.xiangmu li .fr h2 {
    font-size: 18px;
    color: #555555;
    display: block;
    width: 100%;
    float: left;
    margin: 30px 0 15px;
}

.xiangmu li .fr p {
    line-height: 24px;
    font-size: 13px;
}

.xiangmu a {
    color: #333;
}


/******************
yewu page css
******************/

.yewu {
    width: 100%;
    float: left;
}

.yewu li {
    width: 25%;
    display: block;
    float: left;
    margin: 15px 0;
    padding: 0 1%;
}

.yewu li:last-child {
    margin-right: 0;
}

.yewu li img {
    width: 100%;
}

.yewu li div {
    float: right;
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 95px;
    background: #f1f3f7;
}

.yewu li div h2 {
    font-size: 16px;
    color: #555555;
    display: block;
    width: 100%;
    float: left;
    margin: 12px 0 8px;
}

.yewu li div p {
    line-height: 18px;
    font-size: 13px;
}


/******************
news page css
******************/

.news_list {
    width: 100%;
    float: left;
}

.news_list li {
    width: 100%;
    display: block;
    float: left;
    margin: 20px 0;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
}

.news_list li .fl {
    width: 12%;
    height: 110px;
    background: #b7b7b7;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.news_list li .fl b {
    font-size: 50px;
    margin-top: 15px;
    display: block;
    float: left;
    width: 100%;
    line-height: 60px;
}

.news_list li .fl em {
    font-style: normal;
}

.news_list li .fr {
    float: right;
    display: block;
    width: 86%;
    padding: 0 20px;
}

.news_list li .fr a {
    font-size: 18px;
    color: #333;
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 15px;
}

.news_list li .fr p {
    line-height: 28px;
    color: #999;
    font-size: 14px;
    height: 60px;
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
}

.news_list li:hover .fl {
    background: #da3220;
}

.news_list li:hover .fr a {
    color: #e11c20;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.news_list li:hover .fr p {
    color: #666;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}


/*--新闻/案例详情--*/

.products {
    background: #fff;
    padding: 0 20px;
    margin: 50px 0;
    border-radius: 2px;
    -webkit-animation: gdownIn 1s 0.7s both;
    -moz-animation: gdownIn 1s 0.7s both;
    animation: gdownIn 1s 0.7s both;
}

.products h1 {
    font-size: 38px;
    color: #00a0ea;
    padding: 60px 0 5px 0;
}

.products .pro {
    padding: 10px;
    line-height: 30px;
    padding: 40px 80px;
}

.products .pro-img {
    text-align: left;
    float: left;
    width: 250px;
}

.daline {
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    margin: 0 80px;
    padding: 15px 0;
    color: #bebebe;
    position:
}

.pager {
    width: 100%;
    padding: 10px 80px 30px;
    text-align: left;
}

.pager span {
    width: 33.333%;
    display: block;
    float: left;
}

.pager span:last-child {
    text-align: right;
}

.pager a {
    display: inline-block;
    padding: 0 13px;
    font-size: 20px;
}

.pager .fl a {
    background: url(../images/l.png) left center no-repeat;
    padding-left: 20px;
}

.pager .fr a {
    background: url(../images/r.png) right center no-repeat;
    padding-right: 20px;
}

.pager .fm {
    text-align: center;
}

.pager .fm a {
    background: #e4e4e4;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.pager .fm a:hover {
    background: #3aca69;
    color: #fff;
}

.notice {
    float: left;
    width: 1100px;
    border-bottom: 1px #dcdcdc solid;
    border-top: 1px #dcdcdc solid;
    height: 46px;
}

.notice1 {
    float: left;
    width: 239PX;
    height: 44PX;
}

.notice2 {
    float: left;
    width: 600px;
    line-height: 45px;
}

.notice2 a {
    color: #666;
    background: url(../images/jiantouico.jpg) no-repeat left;
}

.notice3 {
    float: right;
    width: 76px;
    height: 27px;
    line-height: 27px;
    margin-top: 7px;
}

.notice3 a {
    border-radius: 20px;
    padding: 5px 15px;
    -webkit-border-radius: 20px;
    background: #cf000e;
    color: #FFF;
    font-size: 12px;
}


/*资讯*/

.dongtai {
    float: left;
    width: 1100px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 30px;
}

.dongtai .dt_left {
    width: 686px;
    overflow: hidden;
    float: left;
}

.dongtai .dt_left .dt_nav {
    height: 60px;
    overflow: hidden;
    margin-bottom: 25px;
}

.dongtai .dt_left .dt_nav a {
    width: 257px;
    height: 56px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 56px;
    font-size: 18px;
    text-decoration: none;
    float: left;
    display: block;
    position: relative;
    background-color: rgb(23, 23, 23);
}

.dongtai .dt_left .dt_nav span {
    color: rgb(139, 139, 139);
    font-size: 16px;
}

.dongtai .dt_left .dt_nav .cur {
    background-color: rgb(206, 0, 0);
}

.dongtai .dt_nav a:hover {
    background-color: rgb(206, 0, 0);
}

.dongtai .dt_left .dt_nav b {
    background: url("../images/dt_s.png") no-repeat center;
    left: 50%;
    top: 56px;
    width: 7px;
    height: 5px;
    display: none;
    position: absolute;
}

.dongtai .dt_left .dt_nav .cur b {
    display: block;
}

.dongtai .dt_nav a:hover b {
    display: block;
}

.dongtai .dt_left .dt_nav span {
    color: rgb(255, 255, 255);
    font-family: Arial;
    margin-left: 5px;
}

.dongtai .dt_left .dongtai_content {
    overflow: hidden;
}

.dongtai .dt_left dl {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom-color: rgb(247, 247, 247);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.dongtai .dt_left dt {
    overflow: hidden;
    margin-right: 25px;
    float: left;
}

.dongtai .dt_left dd {
    width: 360px;
    overflow: hidden;
    margin-top: 17px;
    float: left;
}

.dongtai .dt_left dd h4 {
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 15px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

.dongtai .dt_left dd h4 a {
    color: rgb(23, 23, 23);
}

.dongtai .dt_left dd p {
    width: 100%;
    height: 70px;
    color: rgb(128, 128, 128);
    line-height: 25px;
    overflow: hidden;
}

.dongtai .dt_left dd .more {
    width: 76px;
    height: 31px;
    text-align: center;
    color: rgb(230, 230, 230);
    line-height: 31px;
    margin-top: 30px;
    display: block;
    background-color: rgb(23, 23, 23);
}

.dongtai .dt_left ul {
    overflow: hidden;
}

.dongtai .dt_left li {
    background: url("../images/dt_ss.png") no-repeat left;
    width: 670px;
    line-height: 30px;
    padding-left: 16px;
    float: left;
}

.dongtai .dt_left li a {
    width: 550px;
    color: rgb(51, 51, 51);
    overflow: hidden;
    float: left;
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

.dongtai .dt_left li span {
    color: rgb(188, 188, 188);
    float: right;
}

.dongtai .dt_right {
    width: 290px;
    overflow: hidden;
    float: right;
}

.dongtai .dt_right h4 {
    background: url("../images/dt_wd.png") no-repeat left;
    line-height: 54px;
    font-size: 24px;
    font-weight: normal;
    border-bottom-color: rgb(209, 209, 209);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    color: #000;
    font-weight: bold;
    padding-left: 20px;
}

.dongtai .dt_right h4 a {}

.dongtai .dt_right h4 span {
    color: rgb(209, 209, 209);
    margin-left: 5px;
}

.dongtai .dt_right .dt_wenda {
    padding-top: 25px;
    padding-bottom: 15px;
}

.dongtai .dt_right .wenda_list {
    height: 130px;
    overflow: hidden;
    margin-bottom: 18px;
    border-bottom-color: rgb(209, 209, 209);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.dongtai .dt_right .wenda_list h5 {
    background: url("../images/dt_wen.png") no-repeat left;
    line-height: 36px;
    overflow: hidden;
    padding-left: 25px;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

.dongtai .dt_right .wenda_list h5 a {
    color: rgb(23, 23, 23);
}

.dongtai .dt_right .wenda_list p {
    height: 66px;
    width: 290px;
    line-height: 25px;
    padding-left: 25px;
    padding-bottom: 10px;
}

.links {
    width: 100%;
    height: 70px;
    overflow: hidden;
    padding-top: 60px;
    background-color: rgb(23, 23, 23);
}

.links h3 {
    background: url("../images/links.png") no-repeat left;
    color: rgb(255, 255, 255);
    padding-left: 20px;
    font-size: 16px;
    float: left;
}

.links h3 p {
    color: rgb(99, 99, 99);
    font-size: 18px;
}

.links ul {
    overflow: hidden;
    margin-top: 15px;
    margin-left: 40px;
    float: left;
}

.links ul li {
    padding: 0px 20px;
    border-left-color: rgb(142, 142, 142);
    border-left-width: 1px;
    border-left-style: dotted;
    float: left;
}

.links ul li a {
    color: rgb(142, 142, 142);
}

.fazhanlinian {
    float: left;
    width: 850px;
    padding-top: 10px;
}

.fazhanlinian ul {
    float: left;
    width: 10px;
    background: url(../images/ico1_03.jpg) no-repeat top;
    margin-top: 20px;
    font-size: 16px;
}

.fazhanlinian ul li {
    float: left;
    width: 780px;
    padding-left: 50px;
    padding-bottom: 10px;
    font-size: 16px;
}


/*004-产品中心*/

.industry1 {
    padding: 30px;
    background: url(../images/bg4.jpg);
    height: auto;
    overflow: hidden;
}

.title13 {
    padding: 65px 0;
    float: left;
}

.industry-banner-text {
    float: right;
    margin: 85px 0 0;
    text-align: right;
}

.industry1 {
    clear: both;
}

.industry1-1 {
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-bottom: 20px;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.22);
}

.industry1-before {
    margin-left: 0;
    clear: both;
}

.industry1-img {
    height: 100%;
    height: auto;
    overflow: hidden;
    border: 6px solid #FFF;
}

.industry1-img img {
    width: 100%;
    height: auto;
}

.industry1-1 .industry1-img:hover {
    border-color: #FFD400;
}

.industry1-1 h2 {
    font-size: 18px;
    color: #cf000e;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.industry1-1 h2 span {
    font-size: 1.5em;
    vertical-align: -20%;
    padding: 0.2em;
}

.TabTitle21 li.active a {
    background: #FFF;
    color: #1A3A6B
}

.TabContent21 {
    border-bottom: 1px solid #EEEEEE;
}

.TabContent21 p {
    line-height: 36px;
    height: 109px;
    overflow: hidden;
}

.xqm {
    border-top: 1px solid #EEEEEE;
}

.TabTitle21 li.active a {
    background: #FFF;
    color: #ce0000;
}

.TabTitle21 a {
    font-size: 16px;
    display: block;
    height: 30px;
    width: 96px;
    color: #4c4c4c;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}

.shuju {
    float: left;
    width: 100%;
    line-height: 26px;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    font-family: Arial, Helvetica, sans-serif;
}

.shuju table td {
    border-right: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
    text-align: center;
    line-height: 35px;
}

.shuju table th {
    background: #9d9e9e;
    font-weight: bold;
    line-height: 50px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    border-right: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
}

.shuju table tr:nth-child(odd) {
    background: #F4F4F4;
    text-align: center;
}

.shuju table td:nth-child(even) {
    color: #000;
}

.shuju1 {
    float: left;
    width: 47%;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.shuju2 {
    float: right;
    width: 47%;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.lengzha {
    float: left;
    width: 100%;
}

.lengzha ul li {
    float: left;
    width: 50%;
}


/*在线留言*/

.feed_ul li {
    width: 49%;
    float: left;
    margin-bottom: 15px;
    margin-right: 2%;
}

.feed_ul li:nth-child(2n+2) {
    margin-right: 0px;
}

.feed_ul li .div_biao {
    line-height: 36px;
}

.feed_ul li .div_biao img {
    float: left;
    margin-top: 11px;
    margin-right: 5px;
}

.feed_ul li .div_biao i {
    font-style: normal;
    color: #FF0000;
    display: inline-block;
    line-height: 36px;
    margin-left: 3px;
}

.feed_ul li input {
    width: 100%;
    padding: 2px;
    background: #f7f7f7;
    border: none;
    border: 1px #d0d0d0 solid;
}

.form_div {
    padding: 1% 0px;
}

.form_div .div_biao {
    line-height: 36px;
}

.form_div .div_biao img {
    float: left;
    margin-top: 11px;
    margin-right: 5px;
}

.form_div .div_biao i {
    font-style: normal;
    color: #FF0000;
    display: inline-block;
    line-height: 36px;
    margin-left: 3px;
}

.form_div .nei_c {
    margin-bottom: 15px;
}

.form_div .nei_c textarea {
    width: 100%;
    padding: 2px;
    background: #f7f7f7;
    border: 1px #d0d0d0 solid;
    resize: none;
    min-height: 215px;
}

.form_div .yan_div {
    margin-bottom: 15px;
}

.form_div .yan_div input {
    border: 1px #d0d0d0 solid;
    max-width: 299px;
    width: 35%;
    padding: 2px;
    background: #f7f7f7;
    margin-right: 10px;
}

.form_div .yan_div a {
    color: #888888;
    font-size: 14px;
    margin-left: 10px;
}

.form_div .btn_th {
    color: #fff;
    background: #cf000e;
    width: 100%;
    max-width: 248px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 20px auto;
    display: block;
}

.form_div .btn_th:hover {
    font-weight: 700;
}


/*资质荣誉*/

.list-pic10 {
    margin-top: 20px;
}

.list-pic10 ul li.li-before {
    margin-left: 0;
}

.list-pic10 ul li {
    float: left;
    width: 32%;
    padding: 0 0 30px 2%;
    height: auto;
    overflow: hidden;
}

.list-pic10 ul li p {
    width: 100%;
    text-align: center;
    height: 26px;
    overflow: hidden;
    margin: 0 0 0 0;
}

.list-pic10 ul li a.img-auto img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:770px) {
    .list-pic10 ul li.li-before {
        margin-left: 0;
    }
    .list-pic10 ul li {
        float: left;
        width: 100%;
        padding: 0 0 20px 0;
        height: auto;
        overflow: hidden;
    }
    .promap {
        float: left;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .promap ul li {
        float: left;
        width: 100%;
        text-align: center;
    }
    .promap ul li a {
        float: left;
        width: 100%;
        text-align: center;
        line-height: 36px;
    }
    .promap ul li.rr {
        float: left;
        width: 100%;
    }
    .anlie {
        float: left;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .anlie ul li {
        float: left;
        width: 100%;
        text-align: center;
        margin-right: 0%;
        text-align: center;
        border-bottom: 1px #dddddd solid;
        margin-bottom: 20px;
        padding: 10px;
    }
    .anlie ul li a {
        float: left;
        width: 100%;
        text-align: center;
        line-height: 36px;
        height: 36px;
        overflow: hidden;
    }
    /*在线留言*/
    .feed_ul li {
        width: 99%;
        float: left;
        margin-bottom: 15px;
        margin-right: 2%;
    }
}

.pl_list {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}

.pl_list h2 {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 10px;
    color: #2a2a2a;
    font-size: 18px;
    font-family: "微软雅黑";
    border-left: 5px solid #d53037;
    text-indent: 8px;
}

.pl_list:hover h2 {
    color: #d53037;
}

.pl_list p span {
    color: #7f7f7f;
    font-size: 16px;
    font-family: "微软雅黑";
}

.pl_txts {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    margin: 15px 0;
    padding: 0 0 10px;
}

.pl_txts h3 {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #333;
    font-weight: bold;
    background: url(../images/tt.png) no-repeat left center;
    text-indent: 8px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 8px;
}

.pl_txts p {
    line-height: 36px;
}

.pl_txts p a {
    margin-right: 8px;
}


/*招标公告*/

.tender ul li {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #dbe2e6;
}

.tender ul li a {
    color: #4a4a4a;
}

.tender ul li a span.bookIcon {
    display: inline-block;
    position: relative;
    top: 0px;
    float: right;
    width: 30px;
    height: 20px;
    margin-top: 10px;
    background: url("../images/c-down-icon.png") no-repeat;
}

.tbs8 {
    background: url("../images/tb.gif");
    background-position: -67px -75px;
    padding-right: 30px;
    padding-bottom: 7px;
}

.share {
    height: 48px;
    border-bottom: 1px solid #ededed;
}

.shareL span {
    font-size: 18px;
    color: #333333;
    margin-right: 30px;
    line-height: 48px;
    float: left;
}

.tbs7 {
    background: url("../images/tb.gif");
    background-position: -67px -105px;
    padding-right: 30px;
    padding-bottom: 7px;
}

.main-text {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.main-text b {
    border-left: 2px solid #ce0000;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
}

.main-details {
    float: left;
    width: 100%;
}

.details-title {
    border-top: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
}

.details-title .details-titleL {
    float: left;
    padding: 0 25px;
    border-top: 2px solid #ff3333;
    font-size: 18px;
}

.share {
    height: 48px;
    border-bottom: 1px solid #ededed;
}

.shareL span {
    font-size: 18px;
    color: #333333;
    margin-right: 30px;
    line-height: 48px;
    float: left;
}

.share .zg-down {
    line-height: 48px;
    font-size: 18px;
    float: left;
    color: #fff;
}

.share .zg-down a {
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    padding: 4px 10px;
    margin-left: 10px;
    text-align: center;
}

.share .zg-down a.bs-down {
    color: #ff6e73;
    _color: #ff6e73 !important;
    font-size: 18px;
    margin-left: 30px;
}

.share .zg-down a.bs-down .bs_icon {
    background: url(../images/zb_detail-06.jpg) no-repeat;
    width: 30px;
    display: inline-block;
    background-position: 0px;
}

.share .zg-down a.fj-down {
    color: #2c6bc5;
    _color: #2c6bc5 !important;
    font-size: 18px;
    margin-left: 30px;
}

.share .zg-down a.fj-down .fj_icon {
    background: url(http://img.caizhaowang.com/www/zhaobiao/images/detailzhongbiao/zb_detail-07.jpg) no-repeat;
    width: 30px;
    display: inline-block;
    background-position: 0px;
}

.shareR {
    height: 40px;
    line-height: 40px;
    position: relative;
}

.shareR span {
    height: 30px;
    line-height: 30px;
    color: #d0d0d0;
    display: inline-block;
}

.shareR a i {
    border: 0;
}

.shareR .zb_icon {
    height: 40px;
    line-height: 40px;
}

.shareR .zb_icon_hover span {
    display: block;
    height: 27px;
    line-height: 27px;
    border-bottom: 1px dashed #D0D0D0;
    border-right: none;
    margin: 0 5px;
    font-size: 12px;
    color: #7b7b7b;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
}

.details-title .details-titleR {
    float: right;
    color: #888;
    margin-right: 10px;
}

.details-title .details-titleR span {
    color: #888;
    margin-left: 25px;
}

.details-title .details-titleR .icon-tan {
    background: url(../images/icon.png)no-repeat 11px -245px;
    +background-image: url(../images/icon.png);
    +background-position: 11px -245px;
    +background-repeat: no-repeat;
}

.details-list {
    background: url(../images/zbgg_bg.jpg) repeat;
    width: 740px;
    border: 1px solid #f1f1f1;
    margin-top: 20px;
}

.details-list ul {
    width: 100%;
}

.details-list li {
    width: 45%;
    display: inline;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333333;
    float: left;
    margin: 0 14px;
}

.xg-zb {
    margin: 0px 34px 5px 34px;
    border-top: 1px solid #ecece2;
    padding-top: 4px;
}

.xg-zb .xg-list {
    color: #4284d9;
}

.xg-zb .xg-list .red-dian {
    background-image: url(http://img.caizhaowang.com/www/zhaobiao/images/detailzhongbiao/icon.png);
    background-repeat: no-repeat;
    background-position: 0px -365px;
    width: 10px;
    display: inline-block;
}

.xg-zb .xg-list .xg-list1 {
    height: 30px;
    line-height: 30px;
}

.red1 {
    color: #d80a0f;
}

.details-list .hot {
    background: url(../images/icon.png) no-repeat 0px -175px;
    +background-image: url(../images/icon.png);
    +background-position: 0px -175px;
    +background-repeat: no-repeat;
    position: absolute;
    top: -18px;
}

.details-list .xq-fufei {
    height: 34px;
    line-height: 34px;
    padding: 0 43px 0 25px;
}

.details-list .xq-camera {
    background-image: url(../images/jiankong.jpg);
    background-repeat: no-repeat;
    width: 10px;
    height: 13px;
    display: inline-block;
    line-height: 15px;
    margin-left: 30px;
    margin-right: 2px;
}

.bs-down-icon {
    margin-top: 20px;
}

.bs-down-icon .bs_tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.bs-down-icon .bs_down {
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

.bs-down-icon .bs_doc_icon {
    background: url(../images/zb_detail-11.jpg) no-repeat;
    background-position: 0px;
    width: 20px;
    display: inline-block;
}

.bs-down-icon .bs_rar_icon {
    background: url(../images/zb_detail-14.jpg) no-repeat;
    background-position: 0px;
    width: 20px;
    display: inline-block;
}

.bs_cont {
    margin-bottom: 20px;
}

.zb_area1 {
    background-image: url(http://img.caizhaowang.com/www/images/search_bg.gif);
    background-repeat: no-repeat;
    background-position: -652px -34px;
    padding-left: 19px;
}

.zhaobiao td {
    padding-left: 10px;
    line-height: 50px;
}

.zhaobiao td form {
    padding-left: 10px;
}

.zhaobiaotu {
    float: left;
    background: url(../images/youxiangbg.jpg);
    width: 100%;
    height: auto;
    padding: 20px 0;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    margin-bottom: 30px;
    font-size: 1.2em;
}

.zhaobiaotu a {
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
}


/*--banner--*/

.banner_s,
.banner_s img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.product li {
    float: left;
    line-height: 30px;
    margin: 15px;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    text-align: center;
    width: 200px;
    background-color: #cccccc;
    height: 180px;
}

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;

    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 12px '宋体';
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

.posts-box {
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px 10px;
    text-align: center;
    list-style: none;
}

.posts-box li {
    display: inline-block;
    width: 320px;
    max-width: 100%;
    padding: 10px;
    vertical-align: top;
}

.card {
    text-align: left;
    border-radius: 2px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.22);
}

.card img {
    display: block;
    width: 100%;
}

.card div {
    padding: 16px 20px;
    border-bottom: 1px solid #EEEEEE;
}

.card div h3 {
    margin: 8px 0;
    font-size: .9em;
}

.card div p {
    margin: 8px 0;
    font-size: .9em;
}

#map {
    width: 700px;
    height: 550px;
    border: #ccc solid 1px;
    font-size: 12px
}

.yptable {
    border: 1px #d0d0d0 solid;
    border-collapse: collapse;
}

.yptable td {
    border: 1px solid #cccccc;
    padding: 5px;
}

.yptable td input,
.yptable td textarea {
    padding: 2px 5px;
}

.yptable td input,
.yptable td textarea {
    padding: 2px 5px;
}

input,
select,
textarea,
button {
    font-size: 100%;
}

.printTable {
    font-size: 13px;
}

.printTable td {
    height: 40px;
    padding: 0 5px 0 5px;
    line-height: 25px;
}

.printTableNone td {
    border: none;
}

.printTitle {
    width: 100%;
    line-height: 40px;
    height: 55px;
    text-align: center;
    font-size: 16px;
    color: #0196f0;
}

.zhongbiao td,
.zhongbiao th {
    word-break: break-all;
}

.zhongbiao table {
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    margin-top: 15px;
}

.zhongbiao td {
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    padding: 0 20px;
}

.zhongbiao th {
    border-left: 1px solid #d0d0d0;
    background-color: #E7F7FF;
}

.zhongbiao h5 {
    line-height: 24px;
    font-size: 14px;
    color: #a00000;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 15px;
}

.vF_detail_header h2 {
    width: 100%;
    text-align: center;
}

.vF_detail_header {
    width: 100%;
    text-align: center;
    line-height: 50px;
}

.gray222 {
    color: rgb(34, 34, 34);
}

.lst-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-left: 12px;
    padding-top: 20px;
}

.lst-content p {
    text-indent: 0;
    font-size: 14px;
}

.c-all-a .p-01 {
    font-size: 20px;
    color: #000;
}

.c-all-a:hover .p-01 {
    font-size: 20px;
    color: #ce0000;
}

.gray4a4a {
    color: rgb(74, 74, 74);
}

.f14 {
    font-size: 1.4rem;
}

.f22 {
    font-size: 2.2rem;
}

.c-pmoney {
    color: #ce0000;
}

.gray9b9b {
    color: rgb(155, 155, 155);
}

.f12 {
    font-size: 1.2rem;
}